SetProfile (LDAP) |
This Web service operation encrypts the given profile and stores it in the LDAP.
SOAP Request
<SetProfile xmlns="http://schemas.cordys.com/1.0/email"> <userId>sbuchanan</userId> <mailId>[email protected]</mailId> <password>sb123</password> <displayName>Steve Buchanan</displayName> </SetProfile>
Request Parameters
Parameter |
Description |
---|---|
userId |
Contains the unique ID of the user. |
mailId |
Contains the E-mail address of the user. |
password |
Contains the password of the user. |
displayName |
Contains the value that is shown as the Sender's name when a mail is sent by the user. |
SOAP Response
<SetProfileResponse xmlns="http://schemas.cordys.com/1.0/email" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"/>